貪心算法——活動安排問題 #include "stdafx.h"#include <iostream>using namespace std; void GreedySelector1(int n, int s[ ...